Abstract Factory
- 网络抽象工厂;抽象工厂模式;工厂模式
-
Using Abstract Factory Pattern to Develop the Airborne Data Bus Emulation
用抽象工厂模式实现某型飞机机载总线仿真
-
An abstract factory pattern in bill processing of ERP system
抽象工厂模式在ERP系统单据处理中的应用
-
The Research and Implementation of Design Pattern of Java Abstract Factory
Java抽象工厂设计模式的研究与实现
-
Abstract Factory Design Pattern in Data Access Application
抽象工厂设计模式在数据访问中的应用
-
Application of abstract factory design pattern used in development of three layers of architecture software system
抽象工厂设计模式在3层结构开发中的应用
-
Application of Abstract Factory Pattern in Accessing Multiple Database
抽象工厂模式在多种数据库访问程序中的应用
-
An Abstract Factory Pattern in a College Matriculation System
抽象工厂模式在高校学生录取中的应用
-
Finally , the data access and abstract factory solution based on the J2EE criterion is presented .
针对此方法下所形成的异构数据源问题,给出了基于J2EE规范的数据访问对象抽象工厂解决方案。
-
Figure 2 shows the approach , and you might recognize the abstract factory pattern .
图2显示了此方式,您可能已经识别出了这个抽象工厂模式。
-
From factory method to abstract factory
从工厂方法到抽象工厂
-
Combined . NET Reflection with abstract factory pattern in the design and implementation of data access layer .
在数据访问层的设计和实现中,将.NET的反射技术和抽象工厂模式相结合,进一步提高了系统的可扩展性和易维护性。
-
Comparison between Abstract Factory and Methods of MFC Creation Document / View / Frame Objects
抽象工厂模式与MFC文档/视图/窗口创建方式的比较
-
Utilizing the Abstract Factory pattern in your applications allows you to define abstract classes to create families of objects .
在你的程序中使用抽象工厂模式允许你定义抽象类来创建对象系列。
-
When the underlying storage is subject to change from one implementation to another , this strategy may be implemented using the Abstract Factory pattern .
当底层数据储存实现不得不发生变化的时候,我们可以用抽象工厂模式来实现这个策略。
-
In the database access layer in the application of a simple abstract factory pattern to meet the business logic needs access to the data source .
在数据库访问层中应用了具有简单抽象工厂模式,以满足业务逻辑层对数据源的访问需求。
-
Using other patterns to identify the business logic ( such as Abstract Factory or Factory Method ) could reduce maintenance overhead and increase usability .
使用其它模式(比如AbstractFactory或FactoryMethod)能够减少维护开支,同时增加可用性。
-
Based on the practices of LIS development , this paper discusses how to use restructuring rules to realize patterns of Abstract Factory and Decoration .
本文并结合土地信息系统的开发实例,详细论述如何运用重构准则实现抽象工厂、装饰等模式。
-
Abstract factory pattern and reflection technology was used for strategy analysis and dynamic module call . Details of the above mentioned study are described in the thesis .
IntPerIDA系统中身份鉴别策略解析和动态模块调用的实现采用了抽象工厂模式和反射(Reflection)技术,本文对此进行了深入研究并进行了实际应用。
-
Before diving into DI containers , let 's first review a core pattern used through DI containers , the Abstract Factory pattern .
在进入DI容器之前,先让我们回顾下贯穿整个DI容器的核心模式,抽象工厂模式。
-
Some design patterns , such as Abstract Factory pattern , Command pattern and State pattern , were used and played an important role in the developing of the system .
系统开发中多处应用设计模式,如抽象工厂模式、命令模式和状态模式等,充分发挥其系统开发的作用与优势。
-
Design patterns are also used to increase the reusability as RUP advocated . The abstract factory , observer and iterator patterns is introduced .
RUP过程鼓励复用,设计过程中使用很多设计模式来增加复用性,如抽象工厂、观察者模式和迭代器模式等。
-
From this point forward , I will simply use the word " factories " to mean both the Abstract Factory pattern as well as the factory method implementation .
从这以后,我将简单地使用“工厂”既表示抽象工厂模式又表示工厂方法实现。
-
This paper designs general data layer component upon the combination of abstract factory and Data Access Object ( DAO ) pattern to solve the problem of different types data sources ;
在数据层,本文把抽象工厂(AbstractFactory)和数据访问对象(DataAccessObject,DAO)模式.相结合,解决了企业应用异类数据源问题;
-
These are abstract factory schemas , builder schemas and adapter schemas . Methods of these schemas are implemented in Delphi developing environment .
给出了抽象工厂模式,建造者模式,适配器模式在Delphi环境中的具体实现方法。
-
Now that we 've covered all the bases ( no pun intended ), we 'll create automobiles with our abstract factory using a builder method .
现在我们已经实现了所有的基础(有双关)我们将使用一个制造方法来通过抽象工厂来生产汽车。
-
Based-on abstract factory pattern , a Java modeling method for bills of ERP system is provided . This paper also gives an implementation using JNDI and some needed source code .
基于抽象工厂模式,提出一种ERP系统中单据的Java对象建模方法,给出了基于JNDI的实现和必要的代码。
-
To meet the system requirements of heterogeneous data sources , we described how to design the data access layer of system , which was used the improved abstract factory pattern with the cache .
文章最后以远程作业系统为背景,详细阐述了如何利用改进的抽象工厂模式与缓存结合来设计系统的数据访问层,以满足系统对异类数据源的要求。
-
The Abstract Factory can in turn build on and use the Factory Method implementation , as suggested in Design Patterns : Elements of Reusable Object-Oriented Software [ GoF ] .
就象在设计模式:可重用面向对象软件的元素这本书中建议的那样,抽象工厂先创建然后再使用工厂方法的实现。
-
Secondly , applying UML and some design patterns , such as factory method , adapter and abstract factory to system analysis and design , so the static and dynamic model of the system is built .
其次,使用UML提供的图形建模机制,结合抽象工厂,适配器,工厂方法等几种具体的设计模式,建立了系统的静、动态模型。
-
At this point , you may be tempted to go one step further and replace the factory method with a full-fledged abstract factory object , as detailed in Design Patterns by Erich Gamma , et al .
此时,您可能很想更进一步并用成熟的抽象工厂对象替换工厂方法,如ErichGamma等人在设计模式中详细描述的那样。